home *** CD-ROM | disk | FTP | other *** search
- package sun.applet;
-
- import java.awt.Dimension;
-
- final class AppletPanel$8 implements Runnable {
- // $FF: synthetic field
- final AppletPanel val$ap;
- // $FF: synthetic field
- final Dimension val$currentSize;
- // $FF: synthetic field
- final AppletPanel this$0;
-
- AppletPanel$8(AppletPanel var1, AppletPanel var2, Dimension var3) {
- this.this$0 = var1;
- this.val$ap = var2;
- this.val$currentSize = var3;
- }
-
- public void run() {
- if (this.val$ap != null) {
- this.val$ap.dispatchAppletEvent(51234, this.val$currentSize);
- }
-
- }
- }
-